@import url('https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica+SC&family=Poppins:ital,wght@0,600;0,700;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanuman&family=IM+Fell+Double+Pica+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica+SC&family=Inter:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica+SC&family=Inter:wght@100;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,700;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*====================Inicio====================*/
.Section-1-bg{
    background-image: url(../Imagens/plano_fundo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

aside{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    overflow: hidden;
}

.icon-menu img{
    width: 45px;
    height: 45px;
    margin-right: 15px;
    margin-top: 5px;
    cursor: pointer;

}

#barra-menu{
    background: #818c9a;
    height: 100vh;
    width: 0px;
    transition: 0.3s all;
    z-index: 1100;
}

#barra-menu ul li{
    list-style: none;
    padding: 15px;
}

#barra-menu ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
  
}

#barra-menu ul li a:hover{
    border: solid 1px #818c9a;
    padding: 8px;
    border-radius: 15px;
    background: #d1af5b;

}

.C-icon{

    margin-top: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 15px;
    overflow: hidden;
   
}

.C-icon span{
    color: #FBF7F7;
    
}

.C-icon span:hover{
    transition: 0.2s;
    transform: 0.5;
    color: #d1af5b;
}

.main-title{
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-left: 15%;
   flex-wrap: wrap;  
 
}

.main-title h1{
    font-size: 70px;
    color: #041f3f;
    margin-top: 15%;
    font-family: "Poppins";
    font-weight: bold;
    letter-spacing: 2px;
    

}

.main-title h2{
    color: #818c9a;
    font-size: 40px;
    font-family: "Hanuman";
    font-weight: bold;
    letter-spacing: 2px;
}

#pro{
    position: absolute;
    top: 530px;
    left: 350px;
    gap: 50px;
    overflow: hidden;
}

#pro img{
    height: 50px;
    border-radius: 50%;
}

@media only screen and (max-width: 600px)  {

    /*====================Inicio====================*/

    .main-title h1{
        font-size: 35px;
        margin-top: 50%;
        margin-right: 15%;
        
    }

    .main-title h2{
        font-size: 20px;
        margin-right: 15%;
    }
    
    .main-title h4{
        top: 80%;
    }

    .main-title button{
        width: 150px;
    }

    #pro{
        top: 80%;
        left: 20%;
    }

    #pro img{
        height:40px;
    }

}

/*====================SOBRE CONECTA====================*/

.Con-sobre{
    display: flex;
    align-items: center;        /* centraliza verticalmente */
    justify-content: center;    /* centraliza o conjunto */
    gap: 60px;

    min-height: 100vh;          /* ocupa a tela inteira */
    width: 100%;

    padding: 0 8%;
    box-sizing: border-box;              /* espaço entre imagem e texto */
    background-color: #e5e5e5;
    
}

.image img{
    width: 300px;
    height: auto;
    box-shadow: 4px 4px 4px #858585;
}

.Sobre-conecta h1{
    text-align: center;
    font-size: 45px;
    font-family: "Hanuman";
    font-weight: bold;
    color: black
}

.Sobre-conecta span{
    color: #041f3f;
}

.Sobre-conecta p{
    margin-top: 25px;
    font-family: "Poppins";
    text-align: justify;

}

.Sobre-conecta button{
    background-color: #041f3f;
    margin-left: 35%;
    margin-top: 30px;
    padding: 10px 50px;
    border: none;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 4px 4px 4px #858585;
    transition-duration: .9s;

}

.Sobre-conecta button:hover{
    color: #041f3f;
    transform: translate(0.9);
    transition: 0.8s;
    background: transparent;
    
}

@media only screen and (max-width: 600px){

    /*================Sobre-Conecta ================*/
    .Con-sobre {
        flex-direction: column;
        padding: 40px 5%;
        text-align: center;
    }

    .image img{
        width: 200px;
        height: auto;
    }

    .Sobre-conecta p{
        font-size: 12px;
        width: 350px;
        padding: 15px;
        text-align: justify;
    }

    .Sobre-conecta h1{
        font-size: 35px;
    }

    .Sobre-conecta button{
        margin-top: 20px;
        margin-left: 20px;
        text-align: center;
    }


}
/*====================SOBRE O CAECO====================*/

.Caeco-sobre{
    display: flex;
    align-items: center;        /* centraliza verticalmente */
    justify-content: center;    /* centraliza o conjunto */
    gap: 60px;

    min-height: 100vh;          /* ocupa a tela inteira */
    width: 100%;

    padding: 0 8%;
    box-sizing: border-box; 
    background-color: #cdd4dd;
    
}


.Sobre-caeco h1{
    text-align: center;
    font-size: 45px;
    font-family: "Hanuman";
    font-weight: bold;
}

.Sobre-caeco span{
    color: #041f3f;
}

.Sobre-caeco p{
    margin-top: 25px;
    font-family: "Poppins";
    text-align: justify;

}

.Sobre-caeco button{
    background-color: #041f3f;
    margin-left: 35%;
    margin-top: 30px;
    padding: 10px 50px;
    border: none;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 4px 4px 4px #858585;
    transition-duration: .9s;

}

.Sobre-caeco button:hover{
    color: #041f3f;
    transform: translate(0.9);
    transition: 0.8s;
    background: transparent;
    
}

@media only screen and (max-width: 600px){

    /*================Sobre-CAECO ================*/
    .Caeco-sobre{
        flex-direction: column;
        padding: 40px 5%;
        text-align: center;
    }

    .Sobre-caeco p{
        font-size: 12px;
        width: 350px;
        padding: 15px;
        text-align: justify;
    }

    .Sobre-caeco h1{
        font-size: 35px;
    }

    .Sobre-caeco button{
        margin-top: 20px;
        text-align: left;
        margin-left: 20px;
    }


}

/*====================SOBRE O CURSO====================*/
.eco-sobre{
   display: flex;
    align-items: center;        /* centraliza verticalmente */
    justify-content: center;    /* centraliza o conjunto */
    gap: 60px;

    min-height: 100vh;          /* ocupa a tela inteira */
    width: 100%;

    padding: 0 8%;
    box-sizing: border-box; 
    background-color: rgb(255, 255, 255)
    
}


.Sobre-eco h1{
    text-align: center;
    font-size: 45px;
    font-family: "Hanuman";
    font-weight: bold;
}


.Sobre-eco span{
    color: #041f3f;
}

.Sobre-eco p{
    margin-top: 25px;
    font-family: "Poppins";
    text-align: justify;

}

.Sobre-eco button{
    background-color: #041f3f;
    margin-left: 35%;
    margin-top: 30px;
    padding: 10px 50px;
    border: none;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 4px 4px 4px #858585;
    transition-duration: .9s;

}

.Sobre-eco button:hover{
    color: #041f3f;
    transform: translate(0.9);
    transition: 0.8s;
    background: transparent;
    
}

@media only screen and (max-width: 600px){

    /*================Sobre-Curso ================*/
    .eco-sobre{
        flex-direction: column;
        padding: 40px 5%;
        text-align: center;
    }

    .Sobre-eco h1{
        font-size: 35px;
    }
    .Sobre-eco p{
        font-size: 12px;
        width: 350px;
        padding: 15px;
        text-align: justify;
    }

    .Sobre-eco button{
        margin-top: 20px;
        margin-left: 20px;
        text-align: center;
    }


}

/*====================MEMBROS DA CHAPA====================*/
.Container{
    width: 100%;
    background-color: #e5e5e5;
    padding: 50px;
    
}

.Container h1{
    text-align: center;
    font-size: 70px;
    font-family: "Inria Sans";
    font-weight: bold;
    padding-top: 12%;
}

.Container span{
    color: #041f3f;
}
.Container p{
    text-align: center;
    font-family: "Inria Sans";
    color: #685B5B;
    margin-top: 25px;
    
} 

.C-card{
    display: flex;
    justify-content: space-around;
    margin-top: 15%;
    text-align: center;
    flex-wrap: wrap;
}


.C-card h2{
    font-family: "Poppins";
    margin-top: 130px;
}

.C-card-2 h2{
    font-family: "Poppins";
    margin-top: 130px;
}

.Card{
    background-color: #041f3f;
    padding: 40px;
    box-shadow: 4px 4px 4px #858585;
    
}

.Card img{
    height: 200px;
}

.C-card-2{
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
    text-align: center;
    flex-wrap: wrap;
}
.Card h3{
    font-size: 20px;
    font-family: "Inria Sans";
    font-weight: 700;
    color: white;
}
.Card h4{
    font-family: "Inria Sans";
    font-weight: lighter;
    color: #041f3f;
    margin-top: 15px;
    color: #e6cb70;
}

.Card:hover{
    transform: scale(1.1);
    transition-duration: .9s;
}


@media only screen and (max-width: 600px){

    /*===============MEMBROS DA CHAPA================*/
    .Container h1{
        font-size: 50px;
    }
    .C-card h2{
        margin-top: 0;
    }

    .C-card-2 h2 {
        margin-top: 0;
    }

    .Card{
        margin-top: 35px;
    }

    .C-card-2{
        margin-top: 35px;
    }
}

/*=====================================PÁGINA DE NOTÍCIAS==========================================================*/

.top{
    width: 100%;
    height: 305px;
}

#menu{
    width: 100%;
    height: 55px;
    z-index: 1000
}

#menu img{
    height: 55px;
    border-radius: 50%;
}

#menu h1{
    position: absolute;
    left: 70px;
    top: 6px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;

    color: #041f3f;
}

#icon-menu img{
    margin-right: 15px;
    cursor: pointer;

}
/*CAPA*/
#capa{
    position: absolute;
    width: 100%;
    height: 220px;
    left: 0px;
    top: 56px;
    background-image: url(../Imagens/capa2.png);
    z-index: 1
}

#capa h1{

    position: absolute;
    width: 700px;
    height: 96px;
    left: 10px;
    top: 70px;

    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;

    color: #041f3f;
}

#icones{
    float: right;
    margin-right: 5%;
    margin-top: 190px;
    display: flex;
    gap: 15px;
    overflow: hidden;
    color: #FFFFFF;
    cursor: pointer;
}

#icones a img{
    width: 25px;
    height: auto;
}

@media only screen and (max-width: 600px){
    #menu{
        height: 40px;
    }
    #menu img{
        margin-top: 5px;
        height: 35px;
        width: auto;
    }
    #menu h1{
        font-size: 16px;
        top: 0;
        left: 45px;
    }
    #menu ul{
        margin-top: 10px;
        gap: 8px;
        margin-right: 2px;
    }
    #menu ul li{
        font-size: 10px;
    }
    #capa{
        top: 41px;
        height: 180px;
    }
    #capa h1{
        font-family: 'Arial';
        font-size: 27px;
        width: 90%;
        margin-top: -40px;
    }

    #icones{
        margin-top: 150px;
    }

    #icones a img{
        width: 22px;
        height: auto;
    }
}
/*-------------------Página das ANALISES------------------*/

.texto{
    position: absolute;
    top: 306px;
    width: 100%;
    height: 80%;
}

.texto h1{
    /* ANÁLISES */

    
    margin-top: -30px;
    margin-left: 10px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;

    color: #000000;
}

.texto h3{
    
    margin-top: 0;
    margin-left: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}

.texto img{
    display: block;
    margin: 30px auto;   /* centraliza horizontalmente */
    max-width: 100%;     /* responsivo */
    height: auto;
}

.analises{
    display: flex;
    justify-content: space-around;
    margin-top: 0;
    text-align: center;
    flex-wrap: wrap;
}

#card {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 4px 4px 4px #818c9a;
    height: 250px;
    width: 300px; 
    margin-top: 15px;
    border-radius: 8px;
    text-align: center;
}

#card img {
    margin-top: 20px;
    width: 120px;
    height: 150px; 
    margin-right: 2px; 
    float: left;
}

#card h2 {
    font-family: 'Inter';
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

#card p {
    font-family: 'Arial';
    text-align: start;
    font-size: 11px;
    margin: 5px 0;
    font-style: normal;
    line-height: 19px;
    color: #000000;
}

#card h4 {
    text-align: center;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 900;
    font-size: 13px;
    line-height: 24px;

    color: #000000;
}

#card button{
    margin-top: 5px;
    width: 30%;
    padding: 8px 5px;
    background-color: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    transition-duration: .9s;
    background-color: #041f3f;
    color: #fff;
}

#card button:hover{
    border: solid 1px #041f3f;
    transition: 0.7s;
    background-color: white;
}

#card button a{
    text-decoration: none;
    color: white;
}

#card a button:hover{
    color: #041f3f;
}

@media only screen and (max-width: 600px){
    .texto{
        margin-top: -65px;
    }
    .texto h1{
        font-size: 18px;
    }
    .texto h3{
        margin-top: -10px;
        font-size: 15px;
    }
    .analises{
        margin-top: -8px;
    }
}
/*--------------RODAPÉ------------*/

#rodape{
    background-image: url(../Imagens/capa2.png);
    height: 100px;
    width: 100%; 
    margin-top: 10px;
}

#rodape img{
    float: left;
    margin-top: 10px;
    width: auto;
    height: 70px;
}

#rodape h2{
    float: left;
    margin-top: 30px;
    margin-left: 35%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;

    color: #000000;
}

#logo-rodape img{
    float: right;
    margin-right: 2px;
    border-radius: 50%;
}


@media only screen and (max-width: 600px){
    #rodape{
        height: 50px;
    }
    #rodape img{
        height: 40px;
        width: auto;
    }
    #rodape h2{
        margin-top: 20px;
        float: left;
        margin-left: 60px;
        font-size: 9px;
    }
}


#materia{
    background-color: #ffffff;
    padding: 70px;
    box-shadow: 4px 4px 4px #818c9a;
    text-align: justify;
}

#materia h2{
    font-family: "Poppins";
    font-size: 50px;
    line-height: 1.2;
}

#materia h3{
    margin-top: 20px;
    font-size: 30px;
    text-align: justify;
    font-family: "Arial";
    font-weight: 800;
    line-height: 1.2;
}

#materia span{
    color: #041f3f;
}

#materia h4 {
    line-height: 1.3;
    border-bottom: 3px solid #0b2c4d;
    color: #0b2c4d;
}

#materia ul{
    margin-top: 20px;
    margin-left: 50px;
    font-size: 23px;
    text-align: justify;
    font-family: "Arial";
}

#materia ol{
    margin-top: 20px;
    margin-left: 50px;
    font-size: 23px;
    text-align: justify;
    font-family: "Arial";
}
#material ul li{
    font-size: px;
    text-align: justify;
    font-family: "Arial";
}
#materia p{
    margin-top: 20px;
    font-size: 23px;
    text-align: justify;
    font-family: "Arial";
}

#materia a{
    display: inline-block;
    margin-top: 20px;
    font-size: 23px;
    font-family: "Arial";
    text-align: center;
    color: #041f3f;
}

@media only screen and (max-width: 600px){
    #materia {
        padding: 20px;
    }

    #materia h2{
        font-size: 30px
    }
    #materia h3{
        font-size: 20px;
    }
    #materia ul{
        font-size: 15px;
    }
    #materia ol{
        font-size: 15px;
    }
    #materia p{
        font-size: 15px;
    }
    #materia a{
        font-size: 15px;
    }
}
